home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fvsetup.exe / {app} / fv.dll / scripts / DefineButton2_31 / BUTTONCONDACTION on(release).as
Text File  |  2003-01-24  |  195b  |  13 lines

  1. on(release){
  2.    if(eval("/:choose") == "1")
  3.    {
  4.       clicked = "1";
  5.       gotoAndStop(2);
  6.    }
  7.    if(eval("/:choose") == "2")
  8.    {
  9.       clicked = "1";
  10.       gotoAndStop(2);
  11.    }
  12. }
  13.